PHP 클래스 Sulu\Bundle\TagBundle\Tag\Exception\TagAlreadyExistsException

상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$name integer The id of the tag, which was not found.

공개 메소드들

메소드 설명
__construct ( string $name )
getName ( ) : integer Returns the name of the tag, which already exists.

메소드 상세

__construct() 공개 메소드

public __construct ( string $name )
$name string The name of the tag which already exists

getName() 공개 메소드

Returns the name of the tag, which already exists.
public getName ( ) : integer
리턴 integer

프로퍼티 상세

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

The id of the tag, which was not found.
protected int $name
리턴 integer