GraphAware\Neo4j\OGM\Tests\Integration\NativeQuery\Model\Post::__construct PHP Method

__construct() public method

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