PHP 클래스 PartKeepr\FootprintBundle\Entity\FootprintCategory

상속: extends PartKeepr\CategoryBundle\Entity\AbstractCategory, implements PartKeepr\CategoryBundle\Entity\CategoryPathInterface
파일 보기 프로젝트 열기: partkeepr/PartKeepr 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$categoryPath string
$children
$footprints
$parent

공개 메소드들

메소드 설명
generateCategoryPath ( $pathSeparator )
getCategoryPath ( ) : string Returns the category path.
getChildren ( ) : ArrayCollection Returns the children.
getFootprints ( ) : ArrayCollection Returns the footprints.
getParent ( ) : mixed Returns the parent category.
setCategoryPath ( $categoryPath )
setParent ( AbstractCategory $parent = null ) Sets the parent category.

메소드 상세

generateCategoryPath() 공개 메소드

public generateCategoryPath ( $pathSeparator )

getCategoryPath() 공개 메소드

Returns the category path.
public getCategoryPath ( ) : string
리턴 string

getChildren() 공개 메소드

Returns the children.
public getChildren ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection

getFootprints() 공개 메소드

Returns the footprints.
public getFootprints ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection

getParent() 공개 메소드

Returns the parent category.
public getParent ( ) : mixed
리턴 mixed

setCategoryPath() 공개 메소드

public setCategoryPath ( $categoryPath )

setParent() 공개 메소드

Sets the parent category.
public setParent ( AbstractCategory $parent = null )
$parent PartKeepr\CategoryBundle\Entity\AbstractCategory

프로퍼티 상세

$categoryPath 보호되어 있는 프로퍼티

protected string $categoryPath
리턴 string

$children 보호되어 있는 프로퍼티

protected $children

$footprints 보호되어 있는 프로퍼티

protected $footprints

$parent 보호되어 있는 프로퍼티

protected $parent