App\Specifications\OldDeploymentSpecification::__construct PHP Метод

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

public __construct ( DateTime $currentDate )
$currentDate DateTime
    public function __construct(DateTime $currentDate)
    {
        $this->currentDate = $currentDate;
    }
OldDeploymentSpecification