Spot\Entity::relations PHP 메소드

relations() 공개 정적인 메소드

Return defined fields of the entity
public static relations ( spot\MapperInterface $mapper, spot\EntityInterface $entity ) : array
$mapper spot\MapperInterface
$entity spot\EntityInterface
리턴 array
    public static function relations(MapperInterface $mapper, EntityInterface $entity)
    {
        return [];
    }