Ojs\AdminBundle\Form\Type\SubjectType::__construct PHP Method

__construct() public method

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