PageBlock::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('page_id' => t('Page'), 'block_id' => t('Block'), 'block_order' => t('Block Order'), 'status' => t('Status'), 'region' => t('Region'));
    }