Ojs\AdminBundle\Form\Type\SubjectType::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( integer | null $selfId = null )
$selfId integer | null
    public function __construct($selfId = null)
    {
        $this->selfId = $selfId;
    }