Craft\Imager_ImagePathsModel::defineAttributes PHP 메소드

defineAttributes() 보호된 메소드

protected defineAttributes ( ) : array
리턴 array
    protected function defineAttributes()
    {
        return array('isRemote' => array(AttributeType::Bool), 'sourcePath' => array(AttributeType::String), 'targetPath' => array(AttributeType::String), 'targetUrl' => array(AttributeType::String), 'sourceFilename' => array(AttributeType::String), 'targetFilename' => array(AttributeType::String));
    }