class PostIdCondition implements ConditionInterface, UrlableInterface (View source)

Check against the current post's id.

Methods

__construct(integer $post_id)

Constructor

boolean
isSatisfied(RequestInterface $request)

Get whether the condition is satisfied

array
getArguments(RequestInterface $request)

Get an array of arguments for use in request

string
toUrl(array $arguments = [])

Convert to URL.

Details

__construct(integer $post_id)

Constructor

Parameters

integer $post_id

boolean isSatisfied(RequestInterface $request)

Get whether the condition is satisfied

Parameters

RequestInterface $request

Return Value

boolean

array getArguments(RequestInterface $request)

Get an array of arguments for use in request

Parameters

RequestInterface $request

Return Value

array

string toUrl(array $arguments = [])

Convert to URL.

Parameters

array $arguments

Return Value

string