GraphAware\Neo4j\OGM\Tests\Integration\UseCase\SimpleBlog\Model\SimpleBlogPost::__construct PHP Method

__construct() public method

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