set_store() public method

Set the store that the property will get data from.
public set_store ( Papi_Core_Meta_Store $store )
$store Papi_Core_Meta_Store
 /**
  * Prepare property before returning it.
  *
  * @param  Papi_Core_Property $property
  *
  * @return Papi_Core_Property
  */
 protected function prepare_property(Papi_Core_Property $property)
 {
     $property->set_store($this);
     return $property;
 }