1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Nested method Regression
========================
Test nested methods to ensure page generation doesn't hard fail.
.. php:method:: Largo_Byline::populate_variables()
Set us up the vars
- 'post_id': an integer post ID
- 'exclude_date': boolean whether or not to include the date in the byline
:param array $args: Associative array containing following keys:
.. php:method:: Largo_Byline::generate_byline()
this creates the byline text and adds it to $this->output
:see: $output $reates this
|