App\Ninja\Transformers\EntityTransformer::getTimestamp PHP 메소드

getTimestamp() 보호된 메소드

protected getTimestamp ( $date )
    protected function getTimestamp($date)
    {
        return $date ? $date->getTimestamp() : null;
    }