Ojs\AdminBundle\Form\Type\SubjectType::__construct PHP Méthode

__construct() public méthode

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