Advertisement
danlchenkoandrew

Untitled

Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. class ListDataSpecification implements FormatterSpecificationInterface
  2. {
  3.    /**
  4.     * {@inheritdoc}
  5.     */
  6.    public function isSatisfiedBy(ResponseDtoInterface $object) : bool
  7.    {
  8.        return $object instanceof ListDataDtoInterface;
  9.    }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement