GraphAware\Neo4j\OGM\Tests\Integration\UseCase\SimpleBlog\Model\SimpleBlogUser::__construct PHP Метод

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

public __construct ( $name )
    public function __construct($name)
    {
        $this->name = $name;
        $this->posts = new Collection();
    }