Pheasant\Tests\Examples\Post::construct PHP Method

construct() protected method

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