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

__construct() public method

public __construct ( SimpleBlogUser $user, SimpleBlogPost $post )
$user SimpleBlogUser
$post SimpleBlogPost
    public function __construct(SimpleBlogUser $user, SimpleBlogPost $post)
    {
        $this->user = $user;
        $this->post = $post;
        $this->timestamp = time();
    }