Scalr\Model\Entity\Image::getDtAdded PHP Method

getDtAdded() public method

Gets normalized dtAdded
public getDtAdded ( ) : DateTim\DateTime | null
return DateTim\DateTime | null
    public function getDtAdded()
    {
        return $this->dtAdded !== null && $this->dtAdded->format('Y') == static::NULL_YEAR ? null : $this->dtAdded;
    }