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

Afficher le fichier Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Свойство Type Description
$friends
$id
$name
$others

Méthodes publiques

Méthode Description
__construct ( $name )
addFriend ( BothTest $bothTest )
addOther ( BothTest $other )
getFriends ( )
getId ( ) : mixed
getName ( ) : mixed
getOthers ( ) : mixed
hasOtherWithName ( $name )

Method Details

__construct() public méthode

public __construct ( $name )

addFriend() public méthode

public addFriend ( BothTest $bothTest )
$bothTest BothTest

addOther() public méthode

public addOther ( BothTest $other )
$other BothTest

getFriends() public méthode

public getFriends ( )

getId() public méthode

public getId ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( ) : mixed
Résultat mixed

getOthers() public méthode

public getOthers ( ) : mixed
Résultat mixed

hasOtherWithName() public méthode

public hasOtherWithName ( $name )

Property Details

$friends protected_oe property

protected $friends

$id protected_oe property

protected $id

$name protected_oe property

protected $name

$others protected_oe property

protected $others