Ojs\CoreBundle\Service\DeleteService::check PHP Метод

check() публичный Метод

public check ( $entity )
$entity
    public function check($entity)
    {
        $this->entity = $entity;
        $this->setupReflClass();
        $this->loadAllOptions();
        $this->setupYamlOptions();
        $this->checkUse();
        $this->preDelete();
    }