PHP Class App\Specifications\OldDeploymentSpecification

Inheritance: extends DeploymentSpecification
Afficher le fichier Open project: ngmy/webloyer Class Usage Examples

Protected Properties

Свойство Type Description
$currentDate

Méthodes publiques

Méthode Description
__construct ( DateTime $currentDate )
satisfyingElementsFrom ( Model $project ) : Collection Get elements that satisfy the specification.

Method Details

__construct() public méthode

public __construct ( DateTime $currentDate )
$currentDate DateTime

satisfyingElementsFrom() public méthode

Get elements that satisfy the specification.
public satisfyingElementsFrom ( Model $project ) : Collection
$project Illuminate\Database\Eloquent\Model
Résultat Illuminate\Support\Collection

Property Details

$currentDate protected_oe property

protected $currentDate