actuel-inactuel/site/models/year.php

8 lines
210 B
PHP
Raw Normal View History

<?php
class YearPage extends Page{
public function allTexts(){
$texts = $this->children()->listed();
$linked = $this->linkedTexts()->toPages();
return $texts->merge($linked);
}
}