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

__construct() public method

PublisherType constructor.
public __construct ( $selfId = null )
$selfId
    public function __construct($selfId = null)
    {
        $this->selfId = $selfId;
    }