Pheasant\Tests\Examples\Post::construct PHP 메소드

construct() 보호된 메소드

protected construct ( $title )
    protected function construct($title)
    {
        $this->title = $title;
    }