GraphAware\Neo4j\OGM\Tests\Integration\NativeQuery\Model\Post::__construct PHP Метод

__construct() публичный Метод

public __construct ( $title )
    public function __construct($title)
    {
        $this->title = $title;
    }