PHP Класс App\Specifications\OldDeploymentSpecification

Наследование: extends DeploymentSpecification
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$currentDate

Открытые методы

Метод Описание
__construct ( DateTime $currentDate )
satisfyingElementsFrom ( Model $project ) : Collection Get elements that satisfy the specification.

Описание методов

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

public __construct ( DateTime $currentDate )
$currentDate DateTime

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

Get elements that satisfy the specification.
public satisfyingElementsFrom ( Model $project ) : Collection
$project Illuminate\Database\Eloquent\Model
Результат Illuminate\Support\Collection

Описание свойств

$currentDate защищенное свойство

protected $currentDate