PHP Class GraphAware\Neo4j\OGM\Tests\Integration\Model\Tweeto

Show file Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Property Type Description
$followed Tweeto
$follows Tweeto
$id
$name

Public Methods

Method Description
__construct ( $name )
getFollowed ( ) : mixed
getFollows ( ) : mixed
getId ( ) : mixed
getName ( ) : mixed
setFollowed ( mixed $follwed )
setFollows ( mixed $follower )

Method Details

__construct() public method

public __construct ( $name )

getFollowed() public method

public getFollowed ( ) : mixed
return mixed

getFollows() public method

public getFollows ( ) : mixed
return mixed

getId() public method

public getId ( ) : mixed
return mixed

getName() public method

public getName ( ) : mixed
return mixed

setFollowed() public method

public setFollowed ( mixed $follwed )
$follwed mixed

setFollows() public method

public setFollows ( mixed $follower )
$follower mixed

Property Details

$followed protected property

protected Tweeto,GraphAware\Neo4j\OGM\Tests\Integration\Model $followed
return Tweeto

$follows protected property

protected Tweeto,GraphAware\Neo4j\OGM\Tests\Integration\Model $follows
return Tweeto

$id protected property

protected $id

$name protected property

protected $name