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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( integer $id )
getId ( ) : integer Returns the id of the tag, which was not found.

메소드 상세

__construct() 공개 메소드

public __construct ( integer $id )
$id integer The id of the entity, which was not found

getId() 공개 메소드

Returns the id of the tag, which was not found.
public getId ( ) : integer
리턴 integer

프로퍼티 상세

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

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