atk4 / book

4 stars 23 forks source link

code example error #12

Open rvadym opened 10 years ago

rvadym commented 10 years ago

http://book.agiletoolkit.org/agiletoolkit-overview/view.html https://github.com/atk4/book/blob/master/en/agiletoolkit-overview/view.rst#helloworld-view

$this->add('HelloWorld', ['message' => 'Hello, Agile Toolkit']);

This example will not work because $message is private.

private $message = 'Hello, World';